home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilwb / memdiff.lha / memdiff / memdiff.readme < prev    next >
Text File  |  1997-01-03  |  2KB  |  50 lines

  1.  
  2.     --------------------------------------
  3.     Name:     memdiff
  4.     Purpose:  Shows memory usage
  5.     Requires: MUI 3.1
  6.     Version:  1.0.0 (03.01.97)
  7.     Author:   Christian Kemp (ckemp@vo.lu)
  8.     --------------------------------------
  9.  
  10.  
  11. While writing another program, I wanted to have a program
  12. that displayed free memory before/after running the first
  13. one, so that I could check if any memory was lost.
  14.  
  15. There are other programs that do just this, and a simple
  16. "avail" would also do the job; but hey, this is an Amiga, so
  17. I decided to write my own.
  18.  
  19. I re-invented the wheel, wrote 260 lines of source, spent
  20. two or three hours staring at XDME and SAS/C output and here
  21. it is! ;)
  22.  
  23. It uses MUI.  I like MUI.  Yes, it's overkill.  When loading
  24. the program (8456 bytes) - I know, some can do it in 1k -
  25. you will see nine empty text gadgets and three buttons.
  26.  
  27. The first row of text buttons displays the free amount of
  28. memory after pressing "Start".  The second row displays the
  29. amount after pressing "Stop" and the third one, above
  30. "Reset" shows the difference between the two.  Obvious.
  31. BTW, the size is displayed in kb.
  32.  
  33.  
  34. Now this program isn't complicated and I don't really plan
  35. to enhance and support it for the next decade.  Chances are
  36. very high that this is the first and last release.  It does
  37. what I want it to; mission accomplished! ;)
  38.  
  39. If you want more features, ask.  I might implement them, I
  40. might send you the source so that you can implement them.
  41.  
  42.  
  43. memdiff is Copyright 1997 Christian Kemp.
  44. The usual distribution restrictions apply (no profit, no
  45. changes, etc.)
  46.  
  47. Mail me at ckemp@vo.lu for any reason, or visit my homepage
  48. at http://www.vo.lu/homepages/ckemp/
  49.  
  50.